home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Contrib / STk-wtour / stk-wtour < prev   
Encoding:
Text File  |  1994-08-24  |  295 b   |  15 lines

  1. #!/bin/sh
  2. #
  3. #  This is a start up script for the STk/Scheme widget tour.
  4. #
  5. #  Originally by: Andrew Payne payne@crl.dec.com
  6. #  Present one by: Suresh Srinivas ssriniva@cs.indiana.edu
  7.  
  8. STK=/usr/local/bin/stk
  9. STK_LIBRARY=/usr/local/lib/stk
  10.  
  11. export STK_LIBRARY
  12. export STK
  13.  
  14. $STK -f ./lib/wtour.stk 
  15.